home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMTEX / EXTRAS / TR2LATEX / tr2latex / h / simil < prev   
Text File  |  1992-04-27  |  974b  |  24 lines

  1. /*
  2. ** tr2latex - troff to LaTeX converter
  3. ** $Id: simil.h,v 2.2 1992/04/27 15:13:26 Christian_Engel Dist krischan $
  4. ** COPYRIGHT (C) 1987 Kamal Al-Yahya, 1991,1992 Christian Engel
  5. **
  6. ** Module: simil.h
  7. **
  8. ** This file contains a list of math words that are similar in the
  9. ** two languages (in fact identical except for TeX's backslah).
  10. ** If I overlooked anything out, it can be put here
  11. ** Do NOT put here words that are similar but require some action (like over)
  12. */
  13.  
  14. char *sim_list[] =
  15. {
  16. "alpha",    "approx",    "beta",     "cdot",     "chi",      "cos",
  17. "cosh",     "cot",       "coth",     "delta",    "epsilon",  "eta",
  18. "exp",      "gamma",     "int",      "kappa",    "lambda",   "lim",
  19. "log",      "matrix",    "mu",       "nu",       "omega",    "partial",
  20. "phi",      "pi",        "prime",    "prod",     "psi",      "rho",
  21. "sigma",    "sin",       "sinh",     "sqrt",     "sum",      "tan",
  22. "tanh",     "tau",       "theta",    "times",    "xi",       "zeta"
  23. };
  24.